速報APP / 程式庫與試用程式 / Achievement Toast Sample

Achievement Toast Sample

價格:免費

更新日期:2016-12-05

檔案大小:1.3M

目前版本:1.0

版本需求:Android 4.2 以上版本

官方網站:http://merkmod.co.in

Email:mkodekar@zoho.com

聯絡地址:12, Yackoob Street , Arsiwala Building , Ibrahim Rehmatulla Road, Near J.J. Hospital, Room number 2, Ground floor , Mandvi, Mumbai -400003

Achievement Toast Sample(圖1)-速報App

Alternative to show Toast or an alert message just inside your activity.

It follows any view group but wont display outside your Activity.

##Credits

code-mc

https://github.com/code-mc/loadtoast

slightly based on the same concept.

##Dependency

Add this in your root gradle / in simple word the project level gradle file

under allprojects

```

repositories {

maven { url 'https://jitpack.io' }

Achievement Toast Sample(圖2)-速報App

}

```

and in app level gradle file under dependencies

```

compile 'com.github.mkodekar:AchievementToast:0.1'

```

##Usage

Just use it as you use toast but unlike toast it has multiple method inferences / implementation

please refer to the sample app for more details.

## Contributing

Please fork this repository and contribute back using

[pull requests](https://github.com/mkodekar/AchievementToast/pulls).

Achievement Toast Sample(圖3)-速報App

Any contributions, large or small, major features, bug fixes, are welcomed and appreciated

but will be thoroughly reviewed .

Achievement Toast Sample(圖4)-速報App